home *** CD-ROM | disk | FTP | other *** search
- on(press){
- _root.txt_number = 1;
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- if(_root.even10 == 0)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Hmm if I really wanted to do that I\'d use a knife.";
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I\'ll leave it in there.";
- }
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It\'s an outlet.";
- }
- if(_root.micon._currentframe == 47 && _root.range == true)
- {
- _root.sfx.gotoAndStop(3);
- _root.micon.gotoAndStop(1);
- _root.even10 = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "Now it should work.";
- }
- }
- }
-